|
SDK/J Authentication Package ver1.0 RICOH Confidential |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjp.co.ricoh.dsdk.scard.option.file.FileID
The file identifier. This does not contain the path of the parent directory.
| Field Summary | |
protected byte[] |
id
the file ID. |
| Constructor Summary | |
FileID(byte[] id)
Constructs a FileID object from a byte array. |
|
FileID(int id)
Constructs a FileID object from an int value. |
|
FileID(short id)
Constructs a FileID object from a short value. |
|
FileID(java.lang.String id)
Constructs a FileID object from a hexadecimal string. |
|
| Method Summary | |
protected java.lang.Object |
clone()
|
boolean |
equals(java.lang.Object o)
|
int |
hashCode()
|
byte[] |
toBytes()
Returns the FileID as a byte array. |
java.lang.String |
toString()
Returns the FileID as a hexadecimal string. |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected byte[] id
| Constructor Detail |
public FileID(byte[] id)
id -
the FileID as a byte array.public FileID(short id)
id -
the FileID as a short value.public FileID(int id)
id -
the FileID as an int value.public FileID(java.lang.String id)
id -
the FileID as a hexadecimal string (ex. F356BC44).| Method Detail |
public byte[] toBytes()
protected java.lang.Object clone()
throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedExceptionpublic boolean equals(java.lang.Object o)
public int hashCode()
public java.lang.String toString()
|
SDK/J Authentication Package ver1.0 RICOH Confidential |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||